runtime.rtype.string (method)

30 uses

	runtime (current package)
		alg.go#L144: 		panic(errorString("hash of unhashable type " + toRType(t).string()))
		alg.go#L171: 		panic(errorString("hash of unhashable type " + toRType(t).string()))
		alg.go#L248: 		panic(errorString("hash of unhashable type " + toRType(t).string()))
		alg.go#L287: 			return errorString("hash of unhashable type " + toRType(t).string())
		alg.go#L316: 		return errorString("hash of unhashable type " + toRType(t).string())
		alg.go#L374: 		panic(errorString("comparing uncomparable type " + toRType(t).string()))
		alg.go#L391: 		panic(errorString("comparing uncomparable type " + toRType(t).string()))
		error.go#L37: 		inter = toRType(e._interface).string()
		error.go#L39: 	as := toRType(e.asserted).string()
		error.go#L43: 	cs := toRType(e.concrete).string()
		error.go#L269: 	typestring := toRType(eface._type).string()
		heapdump.go#L199: 		dumpstr(rt.string())
		mbitmap.go#L943: 		print("runtime: type=", toRType(typ).string(), "\n")
		mbitmap.go#L1377: 		println("runtime: typeBitsBulkBarrier with type ", toRType(typ).string(), " of size ", typ.Size_, " but memory size", size)
		mbitmap.go#L1841: 			print("runtime: type=", toRType(et).string(), "\n")
		mfinal.go#L441: 		throw("runtime.SetFinalizer: first argument is " + toRType(etyp).string() + ", not pointer")
		mfinal.go#L491: 		throw("runtime.SetFinalizer: second argument is " + toRType(ftyp).string() + ", not a function")
		mfinal.go#L495: 		throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string() + " because dotdotdot")
		mfinal.go#L498: 		throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
		mfinal.go#L521: 	throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
		panic.go#L653: 			throw(text + ": type " + toRType(efaceOf(&r)._type).string())
		pinner.go#L112: 		panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
		tracetype.go#L48: 	typName := toRType(typ).string()
		type.go#L28: func (t rtype) string() string {
		type.go#L44: 	s := t.string()
		type.go#L525: 	if rt.string() != rv.string() {